home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 January / PCWorld_2007-01_cd.bin / v cisle / syncback / SyncBackSE_Setup.exe / {localappdata} / 2BrightSparks / SyncBack / debug.ini
INI File  |  2005-09-27  |  1KB  |  47 lines

  1. ;
  2. ; SyncBackPro debug settings. Note this file must be in the
  3. ; same directory as the executable.
  4. ;
  5. ; If the settings are in the [debug] section then they are
  6. ; global to all profiles. Otherwise they are specific to
  7. ; that profile, e.g. [profile name]
  8. ;
  9. ; LEVEL
  10. ;
  11. ; For maximum output set the level to 10 (the default)
  12. ; For minimal output set the level to 5
  13. ; For no output set the level to 0
  14. ;
  15. ; FLUSH
  16. ;
  17. ; Set to 1 to flush the log to disk each time it is written
  18. ; to. Note that this slows things down a lot! Default is 0
  19. ; There's no need to flush if using console (see below).
  20. ;
  21. ; TOFILE
  22. ;
  23. ; Set to 1 to record debug information to a file. Default is 1
  24. ;
  25. ; TOCONSOLE
  26. ;
  27. ; Set to 1 to send debug information via the OutputDebugString
  28. ; Win32 API call. Default is 0
  29. ;
  30. ; APPEND
  31. ;
  32. ; Set to 1 to append the debug information instead of replacing
  33. ; it. Default is 0
  34. ;
  35. ; DATETIME
  36. ;
  37. ; Set to 1 to prefix the date & time on each debug output line.
  38. ; Default is 1
  39. ;
  40. [debug]
  41. level=10
  42. flush=0
  43. tofile=1
  44. toconsole=0
  45. append=0
  46. datetime=1
  47.